const time.lowerhex

3 uses

	time (current package)
		format.go#L856: 	lowerhex  = "0123456789abcdef"
		format.go#L883: 				buf = append(buf, lowerhex[s[i+j]>>4])
		format.go#L884: 				buf = append(buf, lowerhex[s[i+j]&0xF])